home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / gensmall.zip / NOTE < prev    next >
Text File  |  1993-01-04  |  1KB  |  23 lines

  1. Hello Tony,
  2.  
  3.     This file includes the two modification required for Clipper to run
  4. SMALLSYS correctly.  The example, "USER.WW" would compile and run ok
  5. when it used internal procedures, but not when it used the external
  6. PICKDRVR.PRG, and the expression was split into two or more lines.
  7. This is because the code produced by _SYSPICK.TEM to call PICKDRVR
  8. passed the display row exression as a string... in quotation marks...
  9. as one of several parameters.  When the expression was too long, it
  10. would be split into more lines, and the necessary quotation marks
  11. were missing.  An error would be generated when the resulting program
  12. was run.
  13.  
  14.     Incidentally, this only happend with the "USER.WW" example on the
  15. second menu choice, showing "by state."  The other pick box choices
  16. had display row expressions which didn't have to be split.
  17.  
  18.     Knowing that you are _very_ busy tracing and correcting problems
  19. reported by users right now, I hope that this will be helpful and save
  20. you some time!
  21.  
  22.                                     John McCarvel
  23.